.f-screen {
   position: relative;
   padding-top: 1.4rem;
}
@media (max-width: 1800px) {
   .f-screen {
      padding-top: 0.5rem;
   }
}
@media (max-width: 1400px) {
   .f-screen {
      padding-top: 1.2rem;
   }
}
@media (max-width: 1024px) {
   .f-screen {
      padding-top: 0.2rem;
   }
}
@media (max-width: 768px) {
   .f-screen {
      padding-top: 1rem;
   }
}
.f-screen__title {
   font-family: "Impact", serif;
   font-weight: 400;
   font-size: 11.5rem;
   text-transform: uppercase;
   color: #f23c20;
   text-align: center;
   letter-spacing: 0;
   margin-bottom: 6rem;
}
@media (max-width: 1800px) {
   .f-screen__title {
      font-size: 10rem;
      margin-bottom: 8rem;
   }
}
@media (max-width: 1400px) {
   .f-screen__title {
      font-size: 7rem;
      margin-bottom: 4rem;
   }
}
@media (max-width: 1024px) {
   .f-screen__title {
      font-size: 5rem;
      margin-bottom: -3rem;
   }
}
@media (max-width: 768px) {
   .f-screen__title {
      font-size: 2.1rem;
      margin-bottom: 1rem;
   }
}

.f-screen__title-advent {
   font-family: "Impact", serif;
   font-weight: 400;
   font-size: 11.5rem;
   text-transform: uppercase;
   color: #f23c20;
   text-align: center;
   letter-spacing: 0;
   margin-bottom: 2rem;
}
@media (max-width: 1800px) {
   .f-screen__title-advent {
      font-size: 10rem;
      margin-bottom: 1.5rem;
   }
}
@media (max-width: 1400px) {
   .f-screen__title-advent {
      font-size: 7rem;
   }
}
@media (max-width: 1024px) {
   .f-screen__title-advent {
      font-size: 5rem;
      margin-bottom: 1;
   }
}
@media (max-width: 768px) {
   .f-screen__title-advent {
      font-size: 2.1rem;
   }
}
.banner {
   border-radius: 1.6rem;
   background: #1e5540;
   overflow: hidden;
   padding: 4.5rem;
   margin-bottom: 2rem;
   color: #fff;
   position: relative;
}
.banner__wrapper {
   display: grid;
   grid-template-columns: 1fr auto;
   gap: 8rem;
   align-items: stretch;
}
.banner__advent {
   display: flex;
   flex-direction: column;
   gap: 2rem;
   justify-content: space-between;
   height: 100%;
}
.banner__title {
   font-family: Impact;
   font-size: 4rem;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   text-transform: uppercase;
}
.banner__text {
   font-family: "Open Sans";
   font-size: 1rem;
   font-style: normal;
   font-weight: 400;
   line-height: 150%;
   letter-spacing: -0.03rem;
   opacity: 0.8;
}
.banner__btn {
   display: block;
   color: #292522;
   text-align: center;
   font-family: "Open Sans";
   font-size: 0.7rem;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   border-radius: 4.5rem;
   background: #fff;
   padding: 0.5rem 1rem;
   min-width: 0;
   height: fit-content;
   flex-shrink: 0;
   width: fit-content;
}
.banner__advent .banner__btn {
   padding: 0.7rem 4rem;
}
.banner__img {
   width: 100%;
}
.banner__svg-holder {
   width: 1.2rem;
   height: 1.2rem;
}
.banner__svg-holder svg {
   width: 100%;
   height: auto;
}
.banner__pin {
   flex-shrink: 1;
   min-width: 0;
   display: flex;
   flex-direction: column;
   width: 25rem;
   justify-content: space-between;
   height: 100%;
}
.banner__pin-holder {
   display: flex;
   align-items: center;
   gap: 0.8rem;
}
.tree {
   position: absolute;
   top: 0;
   left: 0;
   width: 20rem;
   pointer-events: none;
}
.tree1 {
   transform: translate(-55%, 7%);
   z-index: 1;
}
.tree2 {
   right: 0;
   left: auto;
   transform: translate(-50%, -50%);
   z-index: 1;
}
.tree3 {
   right: 0;
   left: auto;
   transform: translate(50%, -50%);
}
.tree4 {
   right: 0;
   left: auto;
   bottom: 0;
   top: auto;
   transform: translate(50%, 40%) rotateZ(-90deg);
}
@media (max-width: 1800px) {
   .banner__title {
      font-size: 3rem;
   }
   .banner__pin {
      width: 19rem;
   }
   .banner__text {
      font-size: 0.8rem;
   }
   .banner {
      padding: 2rem;
   }
   .tree {
      width: 14rem;
   }
   .tree1 {
      width: 19rem;
      transform: translate(-60%, -20%);
      z-index: auto;
   }
   .tree2 {
      transform: translate(-50%, -50%);
   }
   .tree3 {
      transform: translate(50%, -50%);
   }
   .tree4 {
      transform: translate(50%, 40%) rotateZ(-90deg);
   }
}
@media (max-width: 1400px) {
   .banner__title {
      font-size: 2rem;
   }
   .banner__pin {
      width: 17rem;
   }
   .banner__text {
      font-size: 0.7rem;
   }
   .banner__wrapper {
      gap: 4rem;
   }
}
@media (max-width: 1024px) {
   .banner__wrapper {
      gap: 2rem;
   }
   .banner__title {
      font-size: 1.6rem;
   }
   .banner__pin {
      width: 13rem;
   }
   .banner__text {
      font-size: 0.6rem;
   }
   .banner__btn {
      font-size: 0.6rem;
   }
   .banner__pin-holder {
      flex-direction: column;
      align-items: flex-start;
   }
   .banner__pin {
      gap: 1rem;
   }
   .tree {
      width: 14rem;
   }
   .tree1 {
      width: 19rem;
      transform: translate(-65%, 0%);
      z-index: auto;
   }
   .tree2 {
      transform: translate(-45%, -60%);
   }
   .tree3 {
      transform: translate(50%, -50%);
   }
   .tree4 {
      transform: translate(50%, 50%) rotateZ(-90deg);
   }
}
@media (max-width: 768px) {
   .banner {
      padding: 1rem;
      border-radius: 1.2rem;
   }
   .banner__wrapper {
      gap: 1.6rem;
      grid-template-columns: 1fr;
   }
   .banner__advent {
      gap: 0.8rem;
   }
   .banner__title {
      font-size: 1.2rem;
   }
   .banner__pin {
      width: 100%;
   }
   .banner__text {
      font-size: 0.6rem;
   }
   .banner__advent .banner__btn {
      font-size: 0.6rem;
      width: 100%;
   }
   .banner__pin-holder {
      flex-direction: column;
      align-items: flex-start;
   }
   .banner__pin {
      gap: 1rem;
   }
   .tree1 {
      width: 19rem;
      transform: translate(-65%, 17%);
      z-index: auto;
   }
   .tree2 {
      left: 0;
      top: 0;
      right: auto;
      bottom: auto;
      transform: translate(-50%, -62%);
   }
   .tree3 {
      transform: translate(50%, -50%);
   }
   .tree4 {
      transform: translate(50%, 50%) rotateZ(-90deg);
   }
}

.f-screen__pic {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   pointer-events: none;
   display: flex;
   justify-content: center;
   align-items: center;
   padding-bottom: 15rem;
   opacity: 0;
   transition: transform 1s cubic-bezier(0.68, -0.01, 0.32, 0.99), padding 1s cubic-bezier(0.68, -0.01, 0.32, 0.99);
   animation: canPreload 0.5s ease-out 3s;
}
@media (max-width: 1400px) {
   .f-screen__pic {
      animation: canPreloadLaptop 0.5s ease-out 3s;
   }
}
@media (max-width: 1024px) {
   .f-screen__pic {
      display: none;
   }
}
@keyframes canPreload {
   from {
      opacity: 0;
      padding-bottom: 15rem;
   }
   to {
      opacity: 1;
      padding-bottom: 8rem;
   }
}
@keyframes canPreloadLaptop {
   from {
      opacity: 0;
      padding-bottom: 16rem;
   }
   to {
      opacity: 1;
      padding-bottom: 9rem;
   }
}
.f-screen__pic.hide {
   display: none;
}
.f-screen__pic.position1 {
   transform: translate(0, 0);
   padding-bottom: 8rem;
}
@media (max-width: 1400px) {
   .f-screen__pic.position1 {
      padding-bottom: 9rem;
   }
}
.f-screen__pic.position2 {
   transform: translate(80%, 0);
   padding-bottom: 8rem;
}
.f-screen__pic.position3 {
   transform: translate(0, 0);
   padding-bottom: 8rem;
}
@media (max-width: 1400px) {
   .f-screen__pic.position3 {
      transform: translate(-10%, 0);
   }
}
.f-screen model-viewer {
   width: 100%;
   height: 20rem;
   overflow: visible;
   --progress-bar-color: transparent;
}
.f-screen__info {
   align-items: center;
   row-gap: 6rem;
}
@media (max-width: 1400px) {
   .f-screen__info {
      row-gap: 4rem;
   }
}
@media (max-width: 1024px) {
   .f-screen__info {
      row-gap: 3rem;
      align-items: end;
      position: relative;
      z-index: 1;
   }
}
@media (max-width: 768px) {
   .f-screen__info {
      position: static;
      row-gap: 2rem;
      align-items: center;
   }
}
.f-screen__img-holder {
   display: none;
}
@media (max-width: 1024px) {
   .f-screen__img-holder {
      display: block;
      grid-column: 4/6;
   }
}
@media (max-width: 768px) {
   .f-screen__img-holder {
      order: -1;
      grid-column: 1/2;
   }
}
.f-screen__text {
   grid-column: 1/3;
   font-size: 1.2rem;
   padding-right: 1.8rem;
}
@media (max-width: 1800px) {
   .f-screen__text {
      grid-column: 1/4;
      padding-right: 5rem;
      font-size: 1rem;
   }
}
@media (max-width: 1400px) {
   .f-screen__text {
      grid-column: 1/3;
      padding-right: 0;
      font-size: 0.8rem;
   }
}
@media (max-width: 1024px) {
   .f-screen__text {
      grid-column: 1/4;
      padding-right: 2rem;
      font-size: 0.7rem;
   }
}
@media (max-width: 768px) {
   .f-screen__text {
      grid-column: 2/-1;
      padding-left: 1.3rem;
      padding-right: 0;
      font-size: 0.6rem;
   }
}
.f-screen__button {
   grid-column: 7/-1;
   justify-self: end;
}
@media (max-width: 1400px) {
   .f-screen__button {
      grid-column: 6/-1;
   }
}
@media (max-width: 768px) {
   .f-screen__button {
      grid-column: 1/-1;
      width: 100%;
      order: 1;
   }
}
.f-screen__categories {
   grid-column: 1/-1;
}

.about {
   align-items: center;
}
.about__text {
   grid-column: 1/4;
   padding: 12rem 0;
   line-height: 1.5;
}
@media (max-width: 1400px) {
   .about__text {
      padding: 7rem 0;
   }
}
@media (max-width: 1024px) {
   .about__text {
      grid-column: 1/5;
      padding: 5rem 0;
   }
}
@media (max-width: 768px) {
   .about__text {
      grid-column: 1/4;
      padding: 0;
   }
}
.about__img {
   display: none;
   overflow: hidden;
   width: 100%;
   grid-column: 5/-1;
}
@media (max-width: 1024px) {
   .about__img {
      display: block;
      height: 17.5rem;
   }
}
@media (max-width: 768px) {
   .about__img {
      display: none;
   }
}

.about__img-advent {
   overflow: hidden;
   width: 100%;
   grid-column: 6/-1;
}
@media (max-width: 1024px) {
   .about__img-advent {
      grid-column: 5/-1;
      display: block;
      height: 17.5rem;
   }
}
@media (max-width: 768px) {
   .about__img-advent {
      display: none;
   }
}

.about__img-mobile {
   display: none;
   overflow: hidden;
   width: 100%;
}
@media (max-width: 768px) {
   .about__img-mobile {
      display: block;
      grid-column: 4/-1;
      height: 7rem;
   }
}

.leaders > svg {
   position: absolute;
   width: 0;
   height: 0;
}

.sales > svg {
   position: absolute;
   width: 0;
   height: 0;
}

.faq__img {
   grid-column: 1/4;
   padding-right: 2rem;
}
@media (max-width: 1800px) {
   .faq__img {
      padding: 0 2rem;
      padding-right: 4rem;
   }
}
@media (max-width: 1800px) {
   .faq__img .faq__img-pc {
      display: none;
   }
}
.faq__img .faq__img-laptop {
   display: none;
}
@media (max-width: 1800px) {
   .faq__img .faq__img-laptop {
      display: block;
   }
}
@media (max-width: 1024px) {
   .faq__img {
      display: none;
   }
}
.faq__accordion {
   grid-column: 4/-1;
   padding-left: 4rem;
}
@media (max-width: 1024px) {
   .faq__accordion {
      grid-column: 1/-1;
      padding-left: 0;
   }
}
.faq .accrodion-holder {
   border-top: 1px solid #1e1e1e;
}
.faq .accrodion-item {
   padding: 1rem;
   border-bottom: 1px solid #1e1e1e;
   transition: background-color 0.3s ease;
}
@media (max-width: 768px) {
   .faq .accrodion-item {
      padding: 0.5rem;
   }
}
.faq .accrodion-item:has(.accordion-content.opened) {
   background: #1e5540;
   border-bottom: 1px solid #f9f9f9;
}
.faq .accrodion-item:has(.accordion-content.opened) p {
   color: #f9f9f9;
}
.faq .accrodion-item:has(.accordion-content.opened) path {
   stroke: #f9f9f9;
}
@media (max-width: 1800px) {
   .faq .accordion-title {
      font-size: 1rem;
   }
}
@media (max-width: 1400px) {
   .faq .accordion-title {
      font-size: 0.8rem;
   }
}
@media (max-width: 768px) {
   .faq .accordion-title {
      font-size: 0.6rem;
   }
}
.faq .accordion-content {
   margin-bottom: 0;
   padding: 0;
}
.faq .accordion-content p,
.faq .accordion-content a {
   font-weight: 400;
   font-size: 0.8rem;
   line-height: 150%;
}
@media (max-width: 1400px) {
   .faq .accordion-content p {
      font-size: 0.7rem;
   }
}
@media (max-width: 768px) {
   .faq .accordion-content p {
      font-size: 0.5rem;
   }
}

/*# sourceMappingURL=home.css.map */
